home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / hex < prev    next >
Text File  |  1995-03-25  |  555b  |  20 lines

  1. hex:
  2.  
  3. Syntax:    hex ( A )
  4.  
  5. Description:
  6.  
  7.     hex returns a string, that is the hexa-decimal representation
  8.     of A. Although there are no restrictions on the dimensions of
  9.     A, A must be numeric, and REAL.
  10.  
  11.     Example:
  12.  
  13.     > hex(1)
  14.     000000000000ff3f  
  15.     > hex (rand(4,4))
  16.     00000040ffffff3f  0000002065ffff3f  000000202421ff3f  000000ff631fff3f  
  17.     000000ff432fff3f  000000ffffffff3f  00000040506aff3f  000000606fffff3f  
  18.     0000002030ffff3f  000000ffff44ff3f  0000002069ffff3f  000000ff2923ff3f  
  19.     000000204651ff3f  000000001fffff3f  000000200c7dff3f  0000006017ffff3f  
  20.